home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
arrays
/
module1.bas
< prev
next >
Wrap
BASIC Source File
|
1999-07-08
|
232b
|
13 lines
Attribute VB_Name = "Module1"
Public Const maxx = 250
Public Const maxy = 50
Type pix
r As Integer
g As Integer
b As Integer
End Type
Public new_flame(maxx, maxy) As pix
Public old_flame(maxx, maxy) As pix